Skip to content

docs: consolidate documentation drift fixes from auditor backlog#1189

Merged
jamesadevine merged 1 commit into
mainfrom
docs/consolidate-drift-fixes
Jun 24, 2026
Merged

docs: consolidate documentation drift fixes from auditor backlog#1189
jamesadevine merged 1 commit into
mainfrom
docs/consolidate-drift-fixes

Conversation

@jamesadevine

Copy link
Copy Markdown
Collaborator

Consolidated Documentation Drift Fixes

The doc-freshness-check auditor accumulated 37 open issues because it
couldn't open PRs (a protected-files config bug, fixed in #1188). This PR
consolidates the still-valid, code-verified fixes from that backlog into a
single change, so the whole backlog can be closed.

Recurring duplicates (e.g. "duplicate ir/ tree", "undocumented
exec-context-pr-synth.js", "missing CLI commands") were de-duplicated, and
each remaining claim was verified against the source of truth before
applying. Issues whose drift was already fixed are closed as resolved by the
overlapping fixes here.

Files changed

File Change
AGENTS.md Document all 11 ado-script bundles (gate, import, 9 exec-context-*); add 7 missing exec-context-* source dirs; update CLI index (mcp-author, trace, inspect, graph, whatif, lint, catalog, export-gate-schema); refresh execution-context blurb
README.md Fix env field (accepted by parser, default {}); add ado-aw-debug field; update-pr update-description; exec-context bundle wording
docs/ado-script.md Bundle inventory 4 → 11, workspace layout, release asset list, build commands
docs/front-matter.md Full mcp-servers example + execution-context contributor config (manual/pipeline/ci-push/workitem/schedule/repo/checks); ado-aw-debug section
docs/mcp.md entrypoint-args wording; env scope (container vs HTTP)
docs/safe-outputs.md create-pull-request.labels agent param
docs/schedule-syntax.md Parser aliases (weekday shorts, biweekly, unit aliases, bare utc)
docs/execution-context.md Contributor internals (8 contributors + config structs)
prompts/create-ado-agentic-workflow.md Model-identifier note, weekly, update-pr update-description

Verification

Every claim was checked against code, not just the issue text:

  • CLI commands → src/main.rs (clap Commands enum)
  • Front-matter fields → src/compile/types.rs (ExecutionContextConfig and per-contributor structs; include-email default false, max-items 5, max-body-kb 32)
  • Schedule aliases → src/fuzzy_schedule.rs
  • ado-script bundles → scripts/ado-script/package.json (11 build:* targets)
  • update-pr operations → src/safeoutputs/update_pr.rs (VALID_OPERATIONS includes update-description)

Pure documentation change — no code, lock files, or workflows touched.


Closes #666
Closes #719
Closes #825
Closes #829
Closes #834
Closes #836
Closes #839
Closes #889
Closes #898
Closes #907
Closes #925
Closes #964
Closes #966
Closes #978
Closes #979
Closes #985
Closes #986
Closes #997
Closes #1029
Closes #1046
Closes #1052
Closes #1066
Closes #1068
Closes #1072
Closes #1084
Closes #1089
Closes #1106
Closes #1114
Closes #1121
Closes #1123
Closes #1126
Closes #1129
Closes #1143
Closes #1155
Closes #1175
Closes #1177
Closes #1180

Resolves the backlog of doc-freshness-check issues by applying the still-valid, code-verified fixes in one place:

- AGENTS.md/docs/ado-script.md: document all 11 ado-script bundles (gate, import, 9 exec-context-*); de-stale architecture tree and CLI index (mcp-author, trace, inspect, graph, whatif, lint, catalog, export-gate-schema).
- README.md: correct env field (accepted by parser, default {}), add ado-aw-debug field, update-pr update-description, exec-context bundle wording.
- docs/front-matter.md: full mcp-servers + execution-context contributor config (manual/pipeline/ci-push/workitem/schedule/repo/checks), ado-aw-debug section.
- docs/mcp.md: entrypoint-args wording, env scope (container vs HTTP).
- docs/safe-outputs.md: create-pull-request labels param.
- docs/schedule-syntax.md: parser aliases (weekday shorts, biweekly, unit aliases, bare utc).
- docs/execution-context.md: contributor internals.
- prompts/create-ado-agentic-workflow.md: model note, weekly, update-pr update-description.

Every change was verified against the source of truth (src/main.rs, src/compile/types.rs, src/fuzzy_schedule.rs, src/safeoutputs/, scripts/ado-script/package.json).

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@jamesadevine jamesadevine merged commit 53e0620 into main Jun 24, 2026
13 checks passed
@jamesadevine jamesadevine deleted the docs/consolidate-drift-fixes branch June 24, 2026 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment